home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Developer CD 2.1
/
Amiga Developer CD v2.1.iso
/
Reference
/
DevCon
/
Milan_1991
/
Devcon91.2
/
Arexx
/
makefile
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1992-09-01
|
186 b
|
11 lines
CC = lc
LN = blink
LIBS = LIB:lc.lib LIB:amiga.lib
.c.o:
$(CC) -cfist $*.c
mouse: mouse.o simplerexx.o
$(LN) FROM LIB:c.o,rexxvars.o,simplerexx.o,mouse.o TO mouse LIBRARY $(LIBS)